home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Pogoda z internetu / Program Pogoda 1.61 / pogoda-1.61.exe / {app} / pogoda.exe / 0 / RCDATA / TSZUKAJ / TSZUKAJ.txt
Text File  |  2006-07-22  |  4KB  |  185 lines

  1. object szukaj: Tszukaj
  2.   Left = 329
  3.   Top = 136
  4.   BorderStyle = bsDialog
  5.   Caption = 'Wyszukiwanie stacji'
  6.   ClientHeight = 230
  7.   ClientWidth = 473
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object L1401: TLabel
  20.     Left = 8
  21.     Top = 0
  22.     Width = 160
  23.     Height = 13
  24.     Caption = 'Nazwa lub indeks do wyszukania:'
  25.     Transparent = True
  26.   end
  27.   object Label1: TLabel
  28.     Left = 264
  29.     Top = 0
  30.     Width = 67
  31.     Height = 13
  32.     Caption = 'Wsp'#243#322'rz'#281'dne:'
  33.     Transparent = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 264
  37.     Top = 64
  38.     Width = 54
  39.     Height = 13
  40.     Caption = 'Promie'#324' ['#176']:'
  41.     Transparent = True
  42.   end
  43.   object tekst: TEdit
  44.     Left = 8
  45.     Top = 16
  46.     Width = 161
  47.     Height = 21
  48.     TabOrder = 0
  49.   end
  50.   object SG: TStringGrid
  51.     Left = 8
  52.     Top = 104
  53.     Width = 457
  54.     Height = 120
  55.     Hint = 
  56.       'Lista wybranych stacji meteo.'#13#10'G'#322#243'wn'#261' stacj'#261' b'#281'dzie pierwsza od ' +
  57.       'g'#243'ry.'
  58.     ColCount = 6
  59.     DefaultRowHeight = 16
  60.     FixedCols = 0
  61.     RowCount = 2
  62.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect]
  63.     ParentShowHint = False
  64.     ShowHint = True
  65.     TabOrder = 1
  66.     OnDblClick = SGDblClick
  67.     ColWidths = (
  68.       92
  69.       88
  70.       58
  71.       64
  72.       64
  73.       64)
  74.   end
  75.   object SzukajNazwy: TsButton
  76.     Left = 176
  77.     Top = 16
  78.     Width = 75
  79.     Height = 25
  80.     Caption = 'Szukaj'
  81.     Default = True
  82.     TabOrder = 2
  83.     OnClick = SzukajNazwyClick
  84.     SkinData.SkinSection = 'BUTTON'
  85.   end
  86.   object SzukajWspol: TsButton
  87.     Left = 384
  88.     Top = 16
  89.     Width = 75
  90.     Height = 25
  91.     Caption = 'Szukaj'
  92.     TabOrder = 3
  93.     OnClick = SzukajWspolClick
  94.     SkinData.SkinSection = 'BUTTON'
  95.   end
  96.   object ns1: TsDecimalSpinEdit
  97.     Left = 264
  98.     Top = 16
  99.     Width = 65
  100.     Height = 22
  101.     TabOrder = 4
  102.     Text = '0'
  103.     SkinData.SkinSection = 'EDIT'
  104.     BoundLabel.Layout = sclLeft
  105.     BoundLabel.MaxWidth = 0
  106.     BoundLabel.Active = False
  107.     Increment = 1
  108.     MaxValue = 180
  109.   end
  110.   object ew1: TsDecimalSpinEdit
  111.     Left = 264
  112.     Top = 40
  113.     Width = 65
  114.     Height = 22
  115.     TabOrder = 5
  116.     Text = '0'
  117.     SkinData.SkinSection = 'EDIT'
  118.     BoundLabel.Layout = sclLeft
  119.     BoundLabel.MaxWidth = 0
  120.     BoundLabel.Active = False
  121.     Increment = 1
  122.     MaxValue = 180
  123.   end
  124.   object promien: TsSpinEdit
  125.     Left = 264
  126.     Top = 80
  127.     Width = 65
  128.     Height = 22
  129.     TabOrder = 6
  130.     Text = '0'
  131.     SkinData.SkinSection = 'EDIT'
  132.     BoundLabel.Layout = sclLeft
  133.     BoundLabel.MaxWidth = 0
  134.     BoundLabel.Active = False
  135.     MaxValue = 0
  136.     MinValue = 1
  137.     Value = 0
  138.   end
  139.   object ew: TsComboBox
  140.     Left = 336
  141.     Top = 40
  142.     Width = 41
  143.     Height = 21
  144.     Style = csDropDownList
  145.     ItemHeight = 13
  146.     ItemIndex = 0
  147.     TabOrder = 7
  148.     Text = 'E'
  149.     Items.Strings = (
  150.       'E'
  151.       'W')
  152.     Alignment = taLeftJustify
  153.     BoundLabel.Layout = sclLeft
  154.     BoundLabel.MaxWidth = 0
  155.     BoundLabel.Active = False
  156.     SkinData.SkinSection = 'COMBOBOX'
  157.   end
  158.   object ns: TsComboBox
  159.     Left = 336
  160.     Top = 16
  161.     Width = 41
  162.     Height = 21
  163.     Style = csDropDownList
  164.     ItemHeight = 13
  165.     ItemIndex = 0
  166.     TabOrder = 8
  167.     Text = 'N'
  168.     Items.Strings = (
  169.       'N'
  170.       'S')
  171.     Alignment = taLeftJustify
  172.     BoundLabel.Layout = sclLeft
  173.     BoundLabel.MaxWidth = 0
  174.     BoundLabel.Active = False
  175.     SkinData.SkinSection = 'COMBOBOX'
  176.   end
  177.   object sSkinProvider1: TsSkinProvider
  178.     CaptionAlignment = taCenter
  179.     SkinData.SkinSection = 'FORM'
  180.     TitleButtons = <>
  181.     Left = 424
  182.     Top = 64
  183.   end
  184. end
  185.